ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / YFunctionSeries<T> Class / Min Property

In This Topic
    Min Property (YFunctionSeries<T>)
    In This Topic
    Gets or sets the minimum value for function calculation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property Min As Nullable(Of Double)
    [DefaultValue(0)]
    public Nullable<double> Min {get; set;}
    See Also